當畫面捲動而螢幕出現撕裂感的時候,載入 dri3 並加入相關參數,可以解決 Intel GPU 的顯示問題。
$sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Module"
Load "dri3"
EndSection
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
https://amigotechnotes.wordpress.com/2022/07/08/tearing-with-intel-graphics-in-ubuntu-portrait-mode/